MPDelayUntil
Blocks the calling task until a specified time.
OSStatus MPDelayUntil (AbsoluteTime *expirationTime);
expirationTime
A value of type
AbsoluteTime
specifying when to unblock the task.
function result
A result code. See
Result Codes
for a list of possible values.
DISCUSSION
You cannot call this function from a cooperative task.
VERSION NOTES
Introduced with Multiprocessing Services 2.0.
© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)